@charset "UTF-8";@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.post__item{display:flex;flex-direction:column;height:100%}.post__item_box{width:100%;box-sizing:border-box;overflow:hidden;height:362px}.post__item:last-child{margin-right:0}.post__item_image{height:185px;overflow:hidden;display:flex;justify-content:center;align-items:center;border-radius:var(--border-radius-md, 12px);background:#fff;flex-shrink:0;margin-bottom:16px}.post__item_image picture{width:100%;height:100%}.post__item_image img{width:100%;height:100%;object-fit:cover}.post__item_title{font-size:var(--typography-heading-size-md, 20px);font-weight:600;line-height:var(--typography-heading-line_height-md, 28px);letter-spacing:var(--typography-heading-paragraph-md, 0px);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px}.post__item_subtitle{font-size:var(--typography-text-size-md, 14px);font-weight:400;line-height:var(--typography-text-line_height-md, 20px);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.post__item_date{color:var(--text-icon-secondary, rgba(16, 20, 28, .64));font-size:var(--typography-text-size-md, 14px);font-weight:400;line-height:var(--typography-text-line_height-md, 20px);margin-top:auto}.blog-search-skeleton{display:block;border-radius:8px;background:linear-gradient(90deg,#eceff1 25%,#f6f7f8,#eceff1 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite;height:46px;margin-bottom:24px}.post-list__search--loaded+.blog-search-skeleton{display:none}.post-list__search{min-height:46px;margin-bottom:8px}.post-list__content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px 24px}@media (max-width: 992px){.post-list__content{grid-template-columns:1fr 1fr}}@media (max-width: 767px){.post-list__content{grid-template-columns:1fr}}.post-list__no-data{display:flex;justify-content:center;font-size:22px}
